๐Ÿ“ฆ sharkdp / binocle

๐Ÿ“„ Cargo.toml ยท 31 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31[package]
authors = ["David Peter <mail@david-peter.de>"]
description = "A graphical tool to visualize binary data"
homepage = "https://github.com/sharkdp/binocle"
license = "MIT/Apache-2.0"
name = "binocle"
readme = "README.md"
repository = "https://github.com/sharkdp/binocle"
version = "0.1.2"
edition = "2021"
rust-version = "1.56"

[features]
optimize = ["log/release_max_level_warn"]
default = ["optimize"]

[dependencies]
clap = "3.0.0-beta.5"
colorgrad = "0.5"
egui = "0.14"
egui_wgpu_backend = "0.13"
egui_winit_platform = { version = "0.10" }
env_logger = "0.9"
log = "0.4"
pixels = "0.7"
winit = "0.25"
winit_input_helper = "0.10"
anyhow = "1.0"
humansize = "1.1"
memmap2 = "0.5.0"