Skip to content
Snippets Groups Projects
Commit 7541bb12 authored by Alfex4936's avatar Alfex4936
Browse files

Organize project

builders
parent 6bd131c2
No related branches found
No related tags found
No related merge requests found
Pipeline #5487 failed
Showing
with 3242 additions and 0 deletions
This diff is collapsed.
[package]
name = "Rust-Tutorial"
version = "1.0.0"
description = "Rust embedded"
authors = ["Seok Won Choi <ikr@kakao.com>"]
license = "MIT"
repository = ""
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.2", features = [] }
[dependencies]
tauri = { version = "1.2", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]
[profile.release]
panic = "abort" # Strip expensive panic clean-up logic
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
lto = true # Enables link to optimizations
opt-level = "s" # Optimize for binary size
strip = true # Remove debug symbols
fn main() {
tauri_build::build()
}
src-ui/icons/128x128.png

3.43 KiB

src-ui/icons/128x128@2x.png

6.85 KiB

src-ui/icons/32x32.png

974 B

src-ui/icons/Square107x107Logo.png

2.8 KiB

src-ui/icons/Square142x142Logo.png

3.77 KiB

src-ui/icons/Square150x150Logo.png

3.87 KiB

src-ui/icons/Square284x284Logo.png

7.56 KiB

src-ui/icons/Square30x30Logo.png

903 B

src-ui/icons/Square310x310Logo.png

8.39 KiB

src-ui/icons/Square44x44Logo.png

1.27 KiB

src-ui/icons/Square71x71Logo.png

1.96 KiB

src-ui/icons/Square89x89Logo.png

2.41 KiB

src-ui/icons/StoreLogo.png

1.49 KiB

File added
src-ui/icons/icon.ico

66.1 KiB

src-ui/icons/icon.png

13.9 KiB

max_width = 100
hard_tabs = false
tab_spaces = 2
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2021"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment