mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-11 15:07:08 +00:00
21 lines
No EOL
609 B
TOML
21 lines
No EOL
609 B
TOML
[package]
|
|
name = "dioxus-native-core"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
[dependencies]
|
|
dioxus-core = { path = "../core", version = "^0.2.0" }
|
|
dioxus-html = { path = "../html", version = "^0.2.0" }
|
|
dioxus-core-macro = { path = "../core-macro", version = "^0.2.0" }
|
|
dioxus-native-core-macro = { path = "../native-core-macro", version = "^0.2.0" }
|
|
|
|
stretch2 = { git = "https://github.com/DioxusLabs/stretch" }
|
|
smallvec = "1.6"
|
|
fxhash = "0.2"
|
|
anymap = "0.12.1"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5" |