Implement headless rendering

This commit is contained in:
Tomaka17 2014-10-04 19:17:02 +02:00
parent cfb0cb7001
commit e565bfeb13
17 changed files with 791 additions and 518 deletions

View file

@ -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"