Initial commit

This commit is contained in:
Victor Berger 2017-01-20 09:54:05 +01:00
commit bddc46b53a
4 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
target
Cargo.lock

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "smithay"
version = "0.1.0"
authors = ["Victor Berger <victor.berger@thalesgroup.com>"]
[dependencies]
wayland-server = "0.7.6"

0
README.md Normal file
View File

1
src/lib.rs Normal file
View File

@ -0,0 +1 @@
extern crate wayland_server;