mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-09 00:28:00 -06:00
19 lines
429 B
TOML
19 lines
429 B
TOML
[package]
|
|
name = "IntroToWebAuthoring"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
fontdue = "0.9.3"
|
|
lazy_static = "1.5.0"
|
|
quick-xml = "0.38.3"
|
|
wasm-bindgen = {version = "0.2.104"}
|
|
web-sys = {version = "0.3.81", features = ['CanvasRenderingContext2d', 'Document', 'Element', 'HtmlCanvasElement', 'Window', 'ImageData']}
|
|
|
|
# [dependencies.web-sys]
|
|
# features =
|
|
# path = "../../crates/web-sys"
|