pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/matugen



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Feb  1 11:19:40 UTC 2024

Modified Files:
        pkgsrc/graphics/matugen: Makefile cargo-depends.mk distinfo

Log Message:
graphics/matugen: update to 2.0.0

[2.0.0] - 2024-02-01

Added
- bump material_colors ver
- add --type argument
- remove all android colors
- change config paths to relative
- add image fetched from web
- show template path and name in error
- add template name and path in error
- update syntax
- add span of file in template render error
- add custom keywords
- add new formats for keywords
- replace regex with `upon`
- update example config and template file
- add `--debug` flag
- remove `run_after`
- *(macos)* implement wallpaper setting
- *(template)* show error if file is not in UTF-8
- *(wallpaper)* add error is the program to set wallpaper is not in PATH
- *(windows)* implement setting wallpaper
- add `update-informer`
- *(logging)* add number indicator to logs for templates and run_after
- *(logging)* update the message format
- *(COLORS_ANDROID)* add `source_color`
- *(template)* add `hsl` and `hsla` formats
- *(template)* add `dark`, `amoled` and `light` schemes to every template
- *(scheme)* add `android_scheme` keywords
- *(scheme)* add `android_scheme`
- *(arguments)* add `--show-colors` flag and disable showing colors by default
- *(show_colors)* show light, dark and amoled at once in a table
- *(arguments)* [**breaking**] remove `lightmode` and `amoled`
- *(config)* [**breaking**] rename `scheme` to `mode` in template config
- *(arguments)* add `mode` to replace `lightmode` and `amoled`
- *(template)* add `Light`,`Dark`,`Amoled` options for each template
- add `--dry-run` flag
- *(template)* add `source_color`
- show generated colors inside a table instead
- *(reload apps)* make every app true by default
- *(reload apps)* add dunst
- *(config)* add suggestion to error message
- *(config)* [**breaking**] add reload_apps_list
- add sample image to assets/
- *(tapes)* add colorscheme tape
- *(tapes)* add more color formats to color.tape
- replace most unwrap()'s with expect
- add hex, rgb, hsl as color arguments
- *(template)* add lightness
- *(template)* add hue, saturation for keywords
- add triadic and adjacent color palettes
- *(wallpaper)* add feh
- *(wallpaper)* add nitrogen
- add amoled/"pure dark" mode [#2]
- add vhs tape gifs
- add vhs tapes
- add hex code to show_colors
- add custom config file flag
- add example
- add run_after
- add waybar to reload_apps_linux
- remove .vscode
- remove result/ folder
- add result/
- add description to flake
- add flake
- add cargo.lock
- warn when wallpaper tool is not set
- add reload_gtk_theme
- add target_os for linux
- add swww options
- add set_wallpaper
- add reload gtk theme
- add app reloading for linux
- remove unused dependencies
- use if let instead of match for image
- add image to replacements
- remove image.jpg
- *(logging)* update the resizing text
- check for string length in source color
- *(logging)* update template warn style
- add .vscode/ folder
- *(logging)* use paris
- initial commit

Fixed
- STATUS_STACK_OVERFLOW when quantizing
- *(macos)* add `enquote` to global dependencies [#43]
- light/dark theme being swapped everywhere
- fix table light/dark modes
- fix nix module command
- *(macos)* change `use` to `extern` for enquote [#43]
- *(macos)* enquote not imported [#43]
- forgot to commit `Cargo.lock`
- make reqwest not use openssl
- remove openssl dependency
- update quantizer arguments [#39]
- add back `source_color`
- red color being blue in generated file
- remove compilation errors on unix
- `--show-colors`, `--json` not showing without an image
- wrong hsl color in generated file
- do not open file before rendering template
- *(template)* fix "parent folder does not exist" warning
- `--quiet` flag still showing output
- make `enquote` dependency only for macos target
- `run_after` not working on windows
- fix typo in `run_after` function
- remove unused result warning
- *(macos)* update specific functions to only run on linux and macos [#25]
- *(macos)* use conditional import for unsupported modules [#25]
- *(template)* change println to debug
- *(template)* improve error handling for files and folders
- *(android_scheme)* fix `light` and `pure_dark` colors
- *(show_color)* make the dark and amoled colors use right schemes
- remove debug stuff
- dark and amoled modes being switched
- correct blue and green in `get_source_color`
- show colors AFTER running commands
- add NetBSD support
- *(release-plz)* change field name
- *(tapes)* change the sizes
- *(tapes)* replace image with hsl in colorscheme.tape
- *(colorscheme)* change output path
- *(tapes)* make the colorscheme tape have the same colors
- *(tapes)* update commands usage
- remove debug print statements
- *(tapes)* fix color tape size
- *(template)* fix rgba replacement
- *(template)* unclosed bracket in hex regex
- *(template)* ".hex" not working [#3]
- swap green and blue channels [#1], [#3]
- run_after not working
- gtk theme reload
- score sometimes choosing the wrong color
- *(logging)* show mode in reload_gtk_theme
- fix text at the end of generated template
- should fix random mess at the end of file
- remove old python folder

Other
- Merge pull request [#46] from InioX/material-colors-rewrite
- remove `material-color-utilities-rs` dependency
- change colors.css
- replace `format_argb_as_rgb`
- remove leftover logging
- update nix module matugen command
- use `material-colors` instead of `material-color-utilities-rs`
- update `generate_pixels` function
- remove amoled scheme
- *(readme)* add note to nixos module
- *(readme)* update header and buttons
- update version manually
- update all dependencies
- Revert "chore(matugen): release v1.2.0"
- release
- update gitignore
- release
- Merge pull request [#35] from InioX/release-plz-2023-12-14T18-36-35Z
- run cargo fix
- Revert "chore(matugen): release v1.1.0"
- release
- Merge branch 'main' of https://github.com/InioX/matugen
- update version
- clean up `generate_color_strings`
- update roadmap
- release
- clean up `Template::generate` function arguments
- run `cargo update`
- remove unneeded imports
- update roadmap and wallpaper alert
- format with `cargo fmt`
- changed function arguments to not use `config` or `args` directly
- move some files into os specific folders
- move update_informer into a function
- format with cargofmt
- release
- update note syntax
- update roadmap icon
- release
- update version
- Added new surfaces, fixed colors, removed deprecated colors, changed chroma
  for neutral palette
- cargo fmt
- fix module not outputting templates
- fix module error
- add NixOS/HM module
- move `usage` and `configuration` into the wiki
- add icons to headers
- release
- remove build warnings [#17]
- add `--json` docs
- format with cargofmt
- add --json flag
- run formatter
- update note markdown
- *(nixos)* add specific version for flake
- move some stuff into their own functions
- release
- *(template)* update keyword names
- *(`scheme_android`)* add TODO note for amoled scheme
- add DEFAULT_CONFIG const
- *(get_source_color)* move to color file
- rename `Commands` struct to `Source`
- make the colors vec a const
- add gifs for modes, palettes and `--other-colors`
- update all tapes
- *(tapes)* change the output directory
- remove unnecessary imports
- fix usage of commands
- add an explanation for `mode` in template config
- rename `scheme` to `mode`
- add `source color` keyword
- format with `cargo fmt`
- *(show_color)* use `format_argb_as_rgb`
- format with `cargo fmt`
- change repository address
- remove useless gifs
- release
- add removed notice for `reload_gtk_theme`
- run clippy --fix
- release
- update cargo and flake lockfiles
- add workspace and ini-material-color-utilities-rs
- change version and name
- add release-plz.toml
- release
- *(configuration items)* fix the types
- *(usage)* add weird output note
- *(usage)* update color command usage
- *(tapes)* update help and image tapes
- *(tapes)* update every tape
- add release-plz
- update roadmap
- format with cargofmt
- *(template)* use single regex for all formats
- Revert "feat(template): add hue, saturation for keywords"
- Revert "build: add test.css and test_replaced.css"
- Revert "fix(template): fix rgba replacement"
- Revert "feat(template): add lightness"
- add test.css and test_replaced.css
- *(core palette)* change "angle" from parameter to variable [#5]
- *(core palette)* add angle to from_hue_and_chroma [#5]
- *(roadmap)* mark feh and nitrogen as done
- *(usage)* add amoled mode
- *(templates)* add a new keyword
- *(configuration)* add a table of all configuration items
- *(configuration)* add feh_options
- add material-color-utilities-rs
- use local material-color-utilities-rs
- Add 'material-color-utilities-rs/' from commit 'e4ebca1b8f264023ebafbcea2de94c0c17397f1e'
- update to 0.8.3
- *(roadmap)* add gtk4 ui
- *(roadmap)* add more features
- *(configuration)* fix the wording
- *(usage)* update help
- *(usage)* add gifs
- add roadmap
- add other projects
- *(showcase)* update text
- *(configuration)* add run_after
- update showcase
- update color.strip result
- update to 0.6.1
- format with cargofmt
- split read_config into multiple functions
- update flake input
- update link
- add badges
- fix license
- add license
- update to 0.4.0
- add exclude
- add installation
- add more info to package
- update to 0.3.0
- update to 0.2.2
- format with cargofmt
- update stuff
- update to 0.2.0
- update to 0.1.3
- add reload_gtk_theme
- format with cargo fmt
- add sww options to configuration
- add rgba format usage
- fix comment in image result
- update usage
- remove old buttons
- rename structs
- format code
- remove dead code
- change image syntax and result
- change installation
- rename Template::new() to generate()
- add configuration
- organise code into separate functions
- define new dimensions in a cleaner way
- rename _config to config


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/matugen/Makefile \
    pkgsrc/graphics/matugen/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/matugen/cargo-depends.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/matugen/Makefile
diff -u pkgsrc/graphics/matugen/Makefile:1.10 pkgsrc/graphics/matugen/Makefile:1.11
--- pkgsrc/graphics/matugen/Makefile:1.10       Thu Dec 28 20:46:23 2023
+++ pkgsrc/graphics/matugen/Makefile    Thu Feb  1 11:19:40 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2023/12/28 20:46:23 pin Exp $
+# $NetBSD: Makefile,v 1.11 2024/02/01 11:19:40 pin Exp $
 
-DISTNAME=      matugen-1.2.1
+DISTNAME=      matugen-2.0.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=InioX/}
-GITHUB_TAG=    matugen-v${PKGVERSION_NOREV}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/InioX/matugen/
Index: pkgsrc/graphics/matugen/distinfo
diff -u pkgsrc/graphics/matugen/distinfo:1.10 pkgsrc/graphics/matugen/distinfo:1.11
--- pkgsrc/graphics/matugen/distinfo:1.10       Thu Dec 28 20:46:23 2023
+++ pkgsrc/graphics/matugen/distinfo    Thu Feb  1 11:19:40 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2023/12/28 20:46:23 pin Exp $
+$NetBSD: distinfo,v 1.11 2024/02/01 11:19:40 pin Exp $
 
 BLAKE2s (addr2line-0.21.0.crate) = aa7d8fa248d0454d92b962f5d741ba41c55564299d33e6814e70dfe0b71bbcc7
 SHA512 (addr2line-0.21.0.crate) = afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
@@ -6,9 +6,9 @@ Size (addr2line-0.21.0.crate) = 40807 by
 BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
 SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 Size (adler-1.0.2.crate) = 12778 bytes
-BLAKE2s (ahash-0.8.6.crate) = c7ecdf122e7a34429eb48e7855ae47923b0f263167ab871b542c96fa43097698
-SHA512 (ahash-0.8.6.crate) = 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
-Size (ahash-0.8.6.crate) = 42780 bytes
+BLAKE2s (ahash-0.8.7.crate) = 619b44001b4846e3aa43ef6b61b35c6b080b2933e5c84cca985303fca4267852
+SHA512 (ahash-0.8.7.crate) = 2c9eaa22f7bda47a781994c769d4a2ef15ba0f511fdd4ec4680c13d4c1809f1ce01adecc3b3776793158062d28ad9e5f0b1d1c0a9429e43dd07cd99540eae7a6
+Size (ahash-0.8.7.crate) = 42894 bytes
 BLAKE2s (aho-corasick-1.1.2.crate) = 340a895627e98ae84ce5dcbeb7f441ea2705511ebf01c2fee3ac71c34f1573cd
 SHA512 (aho-corasick-1.1.2.crate) = 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 Size (aho-corasick-1.1.2.crate) = 183136 bytes
@@ -27,9 +27,6 @@ Size (anstyle-query-1.0.2.crate) = 8739 
 BLAKE2s (anstyle-wincon-3.0.2.crate) = bbfa778748f03ce8a31c92745c6164af76628e7734d05021961db40d240aae5a
 SHA512 (anstyle-wincon-3.0.2.crate) = 4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931
 Size (anstyle-wincon-3.0.2.crate) = 11272 bytes
-BLAKE2s (assert_approx_eq-1.1.0.crate) = b9a0c2e223e13d398ec55b6e7f83d7257b013218f402f520baaa45c08323edb9
-SHA512 (assert_approx_eq-1.1.0.crate) = 701ed76e413f32d873fa670e307646924344bc40d56961887554bfd155ddbfc7606b76c341f66d64a75c882d40f99d803fd839f0ebedd35293ae47aeaf57782e
-Size (assert_approx_eq-1.1.0.crate) = 7512 bytes
 BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060
 SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 Size (autocfg-1.1.0.crate) = 13272 bytes
@@ -249,9 +246,9 @@ Size (image-0.24.7.crate) = 290618 bytes
 BLAKE2s (indenter-0.3.3.crate) = da570ac8343a999b4a535b7eb85aa56f29a5b4c6ceff3d9452bac7037cc055ec
 SHA512 (indenter-0.3.3.crate) = 6585964939ee84739cdd19576faef467703415777e159ab2ff8b0f2a371fb2cd6c7a83dff4df954e9bea35844a43b72d93131dd4d23d328e9f365950ad831a71
 Size (indenter-0.3.3.crate) = 6587 bytes
-BLAKE2s (indexmap-2.1.0.crate) = d995303ac1c6358e20aaebb899a7f96c0d90f192cf6eca74072bbe3c84bdda85
-SHA512 (indexmap-2.1.0.crate) = 9d303eef918b9264b9fe326cc1d71f4095f7ed5639ed8696efa3e9be65dff2c50ada4495409e109e7718997db51ae1fd865cf8e88978107d7823faba14380600
-Size (indexmap-2.1.0.crate) = 68224 bytes
+BLAKE2s (indexmap-2.2.2.crate) = 9e8d67175f089af436fb6330569dc66ac59b0de303dc146c8da387189cd85e9c
+SHA512 (indexmap-2.2.2.crate) = 814cffe0e586940c82c152536a970917ec8702a9b946151ccc8574188fa2cb0fab094888c0e910917c99e37f5f53723ab799999fab4bee395bca7d45adeed40c
+Size (indexmap-2.2.2.crate) = 76160 bytes
 BLAKE2s (ipnet-2.9.0.crate) = 104fde12c3a1a6d47c26d63b63edca874f4e3fcdd24dbfe4975ba0dfc96fa3d2
 SHA512 (ipnet-2.9.0.crate) = 8ce429ba2bae53cfdaf8a7d6bf980e10b9dd515446ef3ed4e4e11432043a18e09454260567419818f523bc589fc367194bc345660f2cc808d281db235d3e0b54
 Size (ipnet-2.9.0.crate) = 27627 bytes
@@ -288,9 +285,12 @@ Size (lock_api-0.4.11.crate) = 27487 byt
 BLAKE2s (log-0.4.20.crate) = 1c6b9e2550f630e7661fc57cfb7d97f6a93997f2cf4a16fb35836b0668df2af8
 SHA512 (log-0.4.20.crate) = 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e
 Size (log-0.4.20.crate) = 38307 bytes
-BLAKE2s (matugen-1.2.1.tar.gz) = 634759a747dbc57964191767371dc6afb20e201abdb6b3fbd505b09b6f5d6236
-SHA512 (matugen-1.2.1.tar.gz) = c86c4a80116d24d81c4ed307314be12c4fcba88701f576dbae260a683b8cf7678d319d211087c95023d6dc832188a40c629eaaabe10ae87f951785e076e22b52
-Size (matugen-1.2.1.tar.gz) = 1183909 bytes
+BLAKE2s (material-colors-0.1.4.crate) = 4d8d528c1338bea4d62e4e03942a0f2f0440aab6307d288c14a9039e80763356
+SHA512 (material-colors-0.1.4.crate) = bc960f74cc8188c87dfd04331cc7f4ce8fd9d614854d8767ba51fd6b38437b9525c3f9331e0113643f8aeaf66665a7b6ef4cf33ba35526cbad22f921c27c7583
+Size (material-colors-0.1.4.crate) = 48285 bytes
+BLAKE2s (matugen-2.0.0.tar.gz) = c547f3f01c64b2aee61d6779a71b39ee20fde53f28171741cd44d7939181f348
+SHA512 (matugen-2.0.0.tar.gz) = f5c102d2b3c946ec6f01f267e162675e575a9dce7aa8dc1bf661b9b51396e70bb3a1307268f2032ed17976bf97cf1ff25912f43db7e8f49c3ca9ba5e0f2cee80
+Size (matugen-2.0.0.tar.gz) = 1181389 bytes
 BLAKE2s (memchr-2.6.4.crate) = b5ed28df5e85e7eece1bd30f7867285403c59cdcd257712f76d4803ca65511e3
 SHA512 (memchr-2.6.4.crate) = 1065a67e04ec9210c70e430288e0a8d39f36ce6414722099553e99112ea2f8f710eae44bf39f8775b9850e6c8a50e634a1b1b084a8eb4f6b2eae6697dcf5b5f4
 Size (memchr-2.6.4.crate) = 94439 bytes
@@ -303,21 +303,9 @@ Size (miniz_oxide-0.7.1.crate) = 55194 b
 BLAKE2s (mio-0.8.10.crate) = da4414d39cfd3c0e3785f7837f7b7f0184a3d20dd7d3feb541a23c6f8bedc2eb
 SHA512 (mio-0.8.10.crate) = 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2
 Size (mio-0.8.10.crate) = 102345 bytes
-BLAKE2s (num-0.4.1.crate) = c4d9420785b5f4e11b402337b134f1cb5b6370b5a9703f09374e5240fa50f98a
-SHA512 (num-0.4.1.crate) = ea3b49c1b7a361266ee44213cd65765e58bfc51b9e805bdc71bed120a3b43f87ca60ba81b231a2c9a0ced617e10024d4e0961d8a3a52f26dbce1a22d550b7a84
-Size (num-0.4.1.crate) = 9522 bytes
-BLAKE2s (num-bigint-0.4.4.crate) = c0fa3bec85f5877183dc2850f521f9a8936dfaa0ac1d5929adaa6bffc79443be
-SHA512 (num-bigint-0.4.4.crate) = 0dcef3344a933509fdfe87d6adb0bb1bf67af3c692ccaeec5663a8f18ad0a251199ef9c7a24c25b95d1b255b413947e70f0a205669d549b13e54b6f4864ab3b5
-Size (num-bigint-0.4.4.crate) = 99369 bytes
-BLAKE2s (num-complex-0.4.4.crate) = 710495990efb865029e622296a03c7a8048140d76a450e6bc1560126dfc7e8aa
-SHA512 (num-complex-0.4.4.crate) = 632f9486df426d9254d2b6484c560b31e4ac0270de85878b9c4d14339a05ab318a90019f0724d2fac4d8496b03680650f899cedb1741c58eb7536cf3732db600
-Size (num-complex-0.4.4.crate) = 29564 bytes
 BLAKE2s (num-integer-0.1.45.crate) = 6851d06be3e09bf92658acd4e10dedfc9721516087e927cf26a95404d75a4ce9
 SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735
 Size (num-integer-0.1.45.crate) = 22529 bytes
-BLAKE2s (num-iter-0.1.43.crate) = 7ddc02427ef1a9ccf06ed7de6ba9fb3c5d5beb2afe2ae69485795da4a0f7f229
-SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b
-Size (num-iter-0.1.43.crate) = 10655 bytes
 BLAKE2s (num-rational-0.4.1.crate) = af6dfb2da73eebfaf70a32d8dfa7e76b6c0a6945e907dd3424466b2ddacce0d4
 SHA512 (num-rational-0.4.1.crate) = a7547ca663543e9da9e18dd079762cde371b85d55874a54d6b343ba775a9373392c85cebad511c53b5af5db298bd5d57ccef6161c1c28587a6c9fa2c5962a0bd
 Size (num-rational-0.4.1.crate) = 27889 bytes

Index: pkgsrc/graphics/matugen/cargo-depends.mk
diff -u pkgsrc/graphics/matugen/cargo-depends.mk:1.7 pkgsrc/graphics/matugen/cargo-depends.mk:1.8
--- pkgsrc/graphics/matugen/cargo-depends.mk:1.7        Thu Dec 28 20:46:23 2023
+++ pkgsrc/graphics/matugen/cargo-depends.mk    Thu Feb  1 11:19:40 2024
@@ -1,15 +1,14 @@
-# $NetBSD: cargo-depends.mk,v 1.7 2023/12/28 20:46:23 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.8 2024/02/01 11:19:40 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  addr2line-0.21.0
 CARGO_CRATE_DEPENDS+=  adler-1.0.2
-CARGO_CRATE_DEPENDS+=  ahash-0.8.6
+CARGO_CRATE_DEPENDS+=  ahash-0.8.7
 CARGO_CRATE_DEPENDS+=  aho-corasick-1.1.2
 CARGO_CRATE_DEPENDS+=  anstream-0.6.5
 CARGO_CRATE_DEPENDS+=  anstyle-1.0.4
 CARGO_CRATE_DEPENDS+=  anstyle-parse-0.2.3
 CARGO_CRATE_DEPENDS+=  anstyle-query-1.0.2
 CARGO_CRATE_DEPENDS+=  anstyle-wincon-3.0.2
-CARGO_CRATE_DEPENDS+=  assert_approx_eq-1.1.0
 CARGO_CRATE_DEPENDS+=  autocfg-1.1.0
 CARGO_CRATE_DEPENDS+=  backtrace-0.3.69
 CARGO_CRATE_DEPENDS+=  base64-0.21.5
@@ -83,7 +82,7 @@ CARGO_CRATE_DEPENDS+= hyper-rustls-0.24.
 CARGO_CRATE_DEPENDS+=  idna-0.5.0
 CARGO_CRATE_DEPENDS+=  image-0.24.7
 CARGO_CRATE_DEPENDS+=  indenter-0.3.3
-CARGO_CRATE_DEPENDS+=  indexmap-2.1.0
+CARGO_CRATE_DEPENDS+=  indexmap-2.2.2
 CARGO_CRATE_DEPENDS+=  ipnet-2.9.0
 CARGO_CRATE_DEPENDS+=  is-terminal-0.4.9
 CARGO_CRATE_DEPENDS+=  itoa-1.0.10
@@ -96,15 +95,12 @@ CARGO_CRATE_DEPENDS+=       libredox-0.0.1
 CARGO_CRATE_DEPENDS+=  linux-raw-sys-0.4.12
 CARGO_CRATE_DEPENDS+=  lock_api-0.4.11
 CARGO_CRATE_DEPENDS+=  log-0.4.20
+CARGO_CRATE_DEPENDS+=  material-colors-0.1.4
 CARGO_CRATE_DEPENDS+=  memchr-2.6.4
 CARGO_CRATE_DEPENDS+=  mime-0.3.17
 CARGO_CRATE_DEPENDS+=  miniz_oxide-0.7.1
 CARGO_CRATE_DEPENDS+=  mio-0.8.10
-CARGO_CRATE_DEPENDS+=  num-0.4.1
-CARGO_CRATE_DEPENDS+=  num-bigint-0.4.4
-CARGO_CRATE_DEPENDS+=  num-complex-0.4.4
 CARGO_CRATE_DEPENDS+=  num-integer-0.1.45
-CARGO_CRATE_DEPENDS+=  num-iter-0.1.43
 CARGO_CRATE_DEPENDS+=  num-rational-0.4.1
 CARGO_CRATE_DEPENDS+=  num-traits-0.2.17
 CARGO_CRATE_DEPENDS+=  num_cpus-1.16.0



Home | Main Index | Thread Index | Old Index