début TP2

This commit is contained in:
thatscringebro 2025-04-16 21:29:49 -04:00
parent 22149290da
commit 3e9f790d82
5 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[package]
name = "taquin_gui"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.13.1"

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,6 @@
[package]
name = "taquin_lib"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}