mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-08 01:19:53 -07:00
initial
This commit is contained in:
10
site/wasm/cursor/Cargo.toml
Normal file
10
site/wasm/cursor/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "wasm_cursor"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "=0.2.95"
|
||||
web-sys = { version = "0.3.72", features = ["CssStyleDeclaration", "Document", "HtmlElement", "MouseEvent", "NodeList", "Window"] }
|
Reference in New Issue
Block a user