move ConstellationMsg to compositing

This commit is contained in:
Kunal Mohan 2020-01-28 23:32:22 +05:30
parent b3ac17b82f
commit 8d4aeef08b
No known key found for this signature in database
GPG key ID: 2B475A4524237BAC
15 changed files with 133 additions and 122 deletions

View file

@ -12,6 +12,7 @@ path = "lib.rs"
[dependencies]
base64 = "0.10"
compositing = {path = "../compositing"}
cookie = "0.11"
crossbeam-channel = "0.3"
euclid = "0.20"