1 Star 0 Fork 0

曹金雨/dioxus-datav-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
caojinyu 提交于 2023-10-12 15:58 . init
[package]
edition = "2021"
name = "datav"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = "0.4.0"
dioxus-router = "0.4.1"
dioxus-web = "0.4.0"
gloo = {version = "0.10.0", features = ["futures"]}
js-sys = "0.3.64"
uuid = {version = "1.4.1", features = ["js", "v4", "fast-rng", "macro-diagnostics"]}
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
[dependencies.web-sys]
features = [
"Window",
"Element",
"HtmlElement",
"CssStyleDeclaration",
"MutationEvent",
"MutationObserver",
"MutationObserverInit",
"MutationRecord",
"WindowClient",
"Screen",
"ScreenColorGamut",
"ScreenLuminance",
"ScreenOrientation",
]
version = "0.3.56"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/caojinyu/dioxus-datav-rs.git
git@gitee.com:caojinyu/dioxus-datav-rs.git
caojinyu
dioxus-datav-rs
dioxus-datav-rs
master

搜索帮助