mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 05:49:50 -07:00
11 lines
260 B
TOML
11 lines
260 B
TOML
[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"] }
|