mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Implement headless rendering
This commit is contained in:
@@ -5,7 +5,9 @@ version = "0.0.1"
|
||||
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
|
||||
|
||||
[features]
|
||||
default = ["cocoa"]
|
||||
default = ["cocoa", "window"]
|
||||
window = []
|
||||
headless = []
|
||||
|
||||
[dependencies.compile_msg]
|
||||
git = "https://github.com/huonw/compile_msg"
|
||||
|
||||
Reference in New Issue
Block a user