mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 07:10:05 -04:00
I forgot to remove the backtrace dependency in the EL2 rework
This commit is contained in:
@@ -37,7 +37,6 @@ dispatch = "0.1.4"
|
|||||||
objc = "0.2.3"
|
objc = "0.2.3"
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
backtrace = "0.3"
|
|
||||||
bitflags = "1"
|
bitflags = "1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||||
|
|||||||
@@ -87,8 +87,6 @@ extern crate serde;
|
|||||||
|
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
extern crate winapi;
|
extern crate winapi;
|
||||||
#[cfg(target_os = "windows")]
|
|
||||||
extern crate backtrace;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|||||||
Reference in New Issue
Block a user