File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
- authors = [" Bas Zalmstra <bas @prefix.dev>" ]
2
+ authors = [" Nichita Morcotilo <nichita @prefix.dev>" ]
3
3
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 "
5
5
name = " pixi_build_rust"
6
6
platforms = [" win-64" , " linux-64" , " osx-64" , " osx-arm64" ]
7
7
preview = [" pixi-build" ]
8
8
version = " 0.1.0"
9
9
10
- # [tasks.start]
11
- # # Start the built executable
12
- # cmd = ".build/bin/sdl_example"
13
- # depends-on = ["build"]
14
-
15
10
[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 "
18
13
name = " pixi-build-rust"
19
14
version = " 0.1.0"
20
15
@@ -24,9 +19,3 @@ pixi-build-rust = { path = "." }
24
19
25
20
[package .build ]
26
21
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.*"
You can’t perform that action at this time.
0 commit comments