mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
chore: Move dpi.rs to winit-core wholesale
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -16,3 +16,7 @@ rust-version = "1.70.0"
|
||||
default = ["std"]
|
||||
std = ["alloc"]
|
||||
alloc = []
|
||||
serde = ["dep:serde"]
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
1004
winit-core/src/dpi.rs
Normal file
1004
winit-core/src/dpi.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -10,4 +10,5 @@
|
||||
#[cfg(any(not(feature = "std"), not(feature = "alloc")))]
|
||||
compile_error! { "no-std and no-alloc usage are not yet supported" }
|
||||
|
||||
pub mod dpi;
|
||||
pub mod error;
|
||||
|
||||
Reference in New Issue
Block a user