feat: add icon

This commit is contained in:
b1n
2024-06-26 03:43:17 +08:00
parent 2b3017cab3
commit 1242262d22
4 changed files with 189 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pumpbin"
version = "0.1.0"
version = "0.1.1"
authors = ["b1n <b1n@b1n.io>"]
edition = "2021"
description = "PumpBin is an Implant Generation Platform."
@@ -36,7 +36,7 @@ version = "0.13.0-dev"
git = "https://github.com/iced-rs/iced"
rev = "6c1027af8d54ad21e282337b53097eb196d62c00"
default-features = false
features = ["advanced", "svg", "tokio", "wgpu"]
features = ["advanced", "svg", "tokio", "wgpu", "image"]
[target."cfg(windows)".build-dependencies]
winresource = "0.1.17"