[package] name = "wintap" version = "0.1.0" edition = "2021" [dependencies] raw-window-handle = "=0.4.3" sdl2 = { version = "0.35.2", features = ["raw-window-handle"] } [target.'cfg(target_os = "macos")'.dependencies] bitflags = "1" objc2 = "=0.3.0-beta.3"