Files
winit/src
Mads Marquart feca480b4c Avoid path when importing modules (#3755)
Rust tooling generally works better this way. This includes
rust-analyzer, but more noticeably the output from `tracing` typically
prints the module path, which did not correspond to the actual file
system before.

Concretely, tracing output from the macOS backend changes from printing:
`winit::platform_impl::platform::util`
To printing:
`winit::platform_impl::macos::util`
2024-07-16 21:04:25 +03:00
..
2024-06-21 20:16:14 +03:00
2024-06-21 20:16:14 +03:00
2024-04-26 17:11:44 +02:00
2024-04-26 17:11:44 +02:00
2024-06-10 18:40:33 +03:00
2024-04-26 17:11:44 +02:00
2024-04-26 17:11:44 +02:00