workspaces: Update to cosmic-protocols

This commit is contained in:
Victoria Brekenfeld 2022-07-08 23:22:08 +02:00
parent 488fe6f186
commit 85fe582d1d
5 changed files with 78 additions and 392 deletions

View file

@ -1,5 +1,4 @@
use std::{env, path::PathBuf, process::Command};
// use wayland_scanner::{generate_client_code};
fn main() {
if let Some(output) = Command::new("git")
@ -15,12 +14,4 @@ fn main() {
"data/resources/resources.gresource.xml",
"compiled.gresource",
);
// let dest = PathBuf::from(&env::var("OUT_DIR").unwrap());
// // Location of the xml file, relative to the `Cargo.toml`
// let ext_workspace_protocol_file = "data/resources/ext-workspace-unstable-v1.xml";
// // Target directory for the generate files
// generate_client_code!(
// ext_workspace_protocol_file,
// &dest.join("ext_workspace.rs"),
// );
}