egui/scripts
Emil Ernerfeldt f7ec8f210d
Use runtime knowledge of OS for OS-specific text editing (#3840)
How text editing behaves depends on what OS we are running on.

`target_os` is a compile-time check, but `ctx.os()` is a runtime check,
that works also on web.
2024-01-19 13:37:10 +01:00
..
clippy_wasm Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
build_demo_web.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
cargo_deny.sh Make sure `check.sh` installs all tools it uses 2023-11-30 17:45:15 +01:00
check.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
clippy_wasm.sh Introduce global `zoom_factor` (#3608) 2023-11-22 20:34:51 +01:00
docs.sh Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00
find_bloat.sh Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00
generate_changelog.py Strip trailing periods from changelog entries 2024-01-08 12:19:23 +01:00
generate_example_screenshots.sh Add screenshot to custom_plot_manipulation example 2024-01-08 11:16:44 +01:00
lint.py Use runtime knowledge of OS for OS-specific text editing (#3840) 2024-01-19 13:37:10 +01:00
setup_web.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
start_server.sh Rename `docs/` to `web_demo/` 2023-11-16 16:44:30 +01:00
wasm_bindgen_check.sh Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
wasm_size.sh Rename `docs/` to `web_demo/` 2023-11-16 16:44:30 +01:00