diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-18 20:46:08 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-18 20:46:08 -0500 |
| commit | 6c00c069ccf08ef5e577c16acc78a5b1f53a0f8f (patch) | |
| tree | ca0cf7a5e042883cfa7fe95725d8eda35860d56e /Cargo.toml | |
| parent | 82d1c94d999654bda5d40108393eade80b77342c (diff) | |
Rework font rendering, configurable resolution
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ reqwest = "*" # http requests bytes = "*" # bytes for http responses [target.'cfg(target_arch = "wasm32")'.dependencies] -winit = "*" # windowing and events +winit = {version = "*", features = ["serde"]} # windowing and events getrandom = {version = "*", features = ["js"]} # rng in the browser console_log = "*" # log to browser console console_error_panic_hook = "*" # log to browser console on panic @@ -44,4 +44,4 @@ web-sys = { version = "*", features = ["Document", "Window", "Element", "HtmlCan [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" sdl2 = "*" -kira = "*"
\ No newline at end of file +kira = "0.9.6"
\ No newline at end of file |
