We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e63917 commit 3e9538cCopy full SHA for 3e9538c
2 files changed
src/main.rs
@@ -7,7 +7,7 @@ fn window_conf() -> Conf {
7
window_height: skifree_rs::WINDOW_HEIGHT as i32,
8
window_resizable: false,
9
fullscreen: false,
10
- high_dpi: false,
+ high_dpi: cfg!(target_arch = "wasm32"),
11
sample_count: 1,
12
..Default::default()
13
}
web/index.html
@@ -27,8 +27,6 @@
27
height: 640px;
28
aspect-ratio: 3 / 4;
29
outline: none;
30
- image-rendering: crisp-edges;
31
- image-rendering: pixelated;
32
33
34
#status {
0 commit comments