servo/ports/servoshell
Martin Robinson 98bd306816
mach: Do not use unstable rust for rustfmt (#31441)
We can use stable rust if we pass the unstable configuration as
command-line arguments to rustfmt itself. This prevents needing to
install an unstable rust toolchain.

The one downside here is that it doesn't seem that "ignore" is
supported so we have to start formatting the files in "third_party."
This shouldn't be a huge issue because we don't plan to check much more
rust code into those directories.
2024-02-28 13:53:04 +00:00
..
platform minibrowser: implement HiDPI support (#30343) 2023-09-14 13:24:38 +00:00
app.rs Implement non-XR Gamepad discovery and input (#31200) 2024-02-17 18:42:31 +00:00
backtrace.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
build.rs Enable debug assertions for all builds other than official releases (#30509) 2023-10-26 08:22:14 +00:00
Cargo.toml Move servoshell code into an internal lib crate (#31439) 2024-02-28 11:46:12 +00:00
crash_handler.rs [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340) 2023-09-12 06:27:10 +00:00
egui_glue.rs Rename ports/winit package to servoshell (#30163) 2023-08-28 14:36:57 +00:00
embedder.rs Rename ports/winit package to servoshell (#30163) 2023-08-28 14:36:57 +00:00
events_loop.rs [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340) 2023-09-12 06:27:10 +00:00
geometry.rs Add initial support for offscreen rendering (#30767) 2023-12-13 02:49:25 +00:00
headed_window.rs libservo: Handle GL video decoding setup internally (#31209) 2024-02-03 14:38:48 +00:00
headless_window.rs Fix resize event is not fired for window in headless mode (#26194) 2024-02-16 10:54:36 +00:00
keyutils.rs [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340) 2023-09-12 06:27:10 +00:00
lib.rs Move servoshell code into an internal lib crate (#31439) 2024-02-28 11:46:12 +00:00
main.rs Move servoshell code into an internal lib crate (#31439) 2024-02-28 11:46:12 +00:00
minibrowser.rs mach: Do not use unstable rust for rustfmt (#31441) 2024-02-28 13:53:04 +00:00
parser.rs Handle URL without scheme (#30148) 2023-11-09 16:37:22 +00:00
prefs.rs Enable debug assertions for all builds other than official releases (#30509) 2023-10-26 08:22:14 +00:00
resources.rs Enable debug assertions for all builds other than official releases (#30509) 2023-10-26 08:22:14 +00:00
test.rs Handle URL without scheme (#30148) 2023-11-09 16:37:22 +00:00
webview.rs Implement non-XR Gamepad discovery and input (#31200) 2024-02-17 18:42:31 +00:00
window_trait.rs Fix resize event is not fired for window in headless mode (#26194) 2024-02-16 10:54:36 +00:00