From bc0ec272425e645cae664fd1d08f2f2bee4ea46c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 7 Jun 2020 09:37:24 +0000 Subject: Don't build crosvm_*_wl We're not going to use these any more, but let's keep the code around for now. --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f53d5c0..675e550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ path = "src/crosvm.rs" name = "crosvm" path = "src/main.rs" -[[bin]] -name = "crosvm_ext_wl" -path = "src/ext/wl_main.rs" +# [[bin]] +# name = "crosvm_ext_wl" +# path = "src/ext/wl_main.rs" -[[bin]] -name = "crosvm_guest_wl" -path = "src/guest/wl.rs" +# [[bin]] +# name = "crosvm_guest_wl" +# path = "src/guest/wl.rs" [profile.release] panic = 'abort' -- cgit 1.4.1