Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

key:value error ? #51

Open
Resonanz opened this issue Aug 14, 2024 · 1 comment
Open

key:value error ? #51

Resonanz opened this issue Aug 14, 2024 · 1 comment

Comments

@Resonanz
Copy link

Using eframe_template as a basis. Add
catppuccin-egui = { version = "5.2", default-features = false, features = ["egui28"] }
to cargo.toml.

2024-08-14T01:26:07.450462Z ERROR Flycheck failed to run the following command: CommandHandle { program: "/home/rob/.cargo/bin/cargo", arguments: ["check", "--workspace", "--message-format=json-diagnostic-rendered-ansi", "--manifest-path", "/home/rob/Github/eframe_template/Cargo.toml", "--keep-going", "--all-targets"], current_dir: Some("/home/rob/Github/eframe_template") }, error=Cargo watcher failed, the command produced no valid metadata (exit code: ExitStatus(unix_wait_status(25856))):
   Compiling catppuccin-egui v5.2.0
error: unsupported output in build script of `catppuccin-egui v5.2.0`: `cargo::rerun-if-changed=src/themes.rs.tera`
Found a `cargo::key=value` build directive which is reserved for future use.
Either change the directive to `cargo:key=value` syntax (note the single `:`) or upgrade your version of Rust.
See https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script for more information about build script outputs.
@Stonks3141
Copy link
Member

Hi, what version of Rust are you building with? Rust 1.77 or later is required for the double colon syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants