Reduce cloning of FrameState

This commit is contained in:
Connor Brewster 2017-03-19 23:28:40 -05:00
parent 6a67688924
commit 5be17805f5
4 changed files with 32 additions and 22 deletions

View file

@ -21,6 +21,7 @@ euclid = "0.11"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
ipc-channel = "0.7"
itertools = "0.5"
layout_traits = {path = "../layout_traits"}
log = "0.3.5"
msg = {path = "../msg"}