mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-08 16:18:01 -06:00
Font scale
This commit is contained in:
+7
-2
@@ -10,8 +10,13 @@ crate-type = ["cdylib"]
|
||||
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']}
|
||||
wasm-bindgen = "0.2.105"
|
||||
# web-sys = "0.3.82"
|
||||
# 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.82", features = ['CanvasRenderingContext2d', 'Document', 'Element', 'HtmlCanvasElement', 'Window', 'ImageData']}
|
||||
|
||||
# [dependencies.web-sys]
|
||||
# features =
|
||||
|
||||
Reference in New Issue
Block a user