-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
81 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-common" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal common utilities for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-components" | ||
description = "Cross-platform GUI Library." | ||
description = "Components library desgined for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-core" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal core funcionatilies for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
[package] | ||
name = "freya-devtools" | ||
description = "Devtools panel integration for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
[package] | ||
name = "freya-dom" | ||
description = "Internal DOM abstractions for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[features] | ||
|
@@ -26,6 +27,6 @@ dioxus-core = { workspace = true } | |
|
||
skia-safe = { workspace = true } | ||
|
||
uuid = { version = "1.2.2", features = ["v4"]} | ||
uuid = { workspace = true } | ||
rustc-hash = { workspace = true } | ||
tracing = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-elements" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal elements, attributes and events designed for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya" | ||
description = "Cross-platform GUI Library." | ||
description = "Cross-platform GUI Library powered by Dioxus and Skia." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-hooks" | ||
description = "Cross-platform GUI Library." | ||
description = "Hooks library designed for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-layout" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal layout and layers management for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[target."cfg(target_os = \"linux\")".dependencies.skia-safe] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-renderer" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal renderer powered by Skia for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[target."cfg(target_os = \"linux\")".dependencies.skia-safe] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-node-state" | ||
description = "Cross-platform GUI Library." | ||
description = "Internal Node states for Dioxus RealDOM elements used in Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "freya-testing" | ||
description = "Cross-platform GUI Library." | ||
description = "Headless test runner for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "torin" | ||
description = "Cross-platform GUI Library." | ||
description = "UI layout Library designed for Freya." | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Marc Espín <[email protected]>"] | ||
readme = "../readme.md" | ||
homepage = "https://github.com/marc2332/freya" | ||
homepage = "https://freyaui.dev/" | ||
repository = "https://github.com/marc2332/freya" | ||
keywords = ["gui", "ui", "cross-platform", "dioxus", "skia", "graphics"] | ||
keywords = ["gui", "ui", "desktop", "skia", "dioxus"] | ||
categories = ["GUI"] | ||
|
||
[features] | ||
|
This file was deleted.
Oops, something went wrong.