Skip to content

Commit 73f675a

Browse files
committed
misc: update pixi.toml
1 parent dae1cd5 commit 73f675a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

crates/pixi-build-rust/pixi.toml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
[workspace]
2-
authors = ["Bas Zalmstra <bas@prefix.dev>"]
2+
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
33
channels = ["conda-forge"]
4-
description = "Showcases how to create a simple C++ executable with Pixi"
4+
description = "Showcases how to build a rust project with pixi"
55
name = "pixi_build_rust"
66
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
77
preview = ["pixi-build"]
88
version = "0.1.0"
99

10-
# [tasks.start]
11-
# # Start the built executable
12-
# cmd = ".build/bin/sdl_example"
13-
# depends-on = ["build"]
14-
1510
[package]
16-
authors = ["Wolf Vollprecht <wolf@prefix.dev>"]
17-
description = "Showcases how to create a simple C++ executable with Pixi"
11+
authors = ["Nichita Morcotilo <nichita@prefix.dev>"]
12+
description = "Showcases how to build a rust project with pixi"
1813
name = "pixi-build-rust"
1914
version = "0.1.0"
2015

@@ -24,9 +19,3 @@ pixi-build-rust = { path = "." }
2419

2520
[package.build]
2621
backend = { name = "pixi-build-rust", version = "*" }
27-
28-
# [feature.build.dependencies]
29-
# cmake = "3.26.4.*"
30-
# cxx-compiler = "1.5.2.*"
31-
# make = ">=4.3,<5"
32-
# ninja = "1.11.1.*"

0 commit comments

Comments
 (0)