From 2448ff8c493464239edeace1427623a7f48b1bc6 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 26 Jul 2024 07:46:22 +0200 Subject: [PATCH] chore: general repo changes --- Cargo.toml | 11 +++++------ LICENSE | 2 +- README.md | 2 +- flake.lock | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 flake.lock diff --git a/Cargo.toml b/Cargo.toml index ac4282d..b16d639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,20 +2,20 @@ name = "wincompatlib" version = "0.7.4" description = "Set of interfaces to run windows applications on unix-like systems using Wine" -authors = ["Nikita Podvirnyy "] +authors = ["Nikita Podvirnyi "] license = "MIT" edition = "2021" [dev-dependencies] -serial_test = "2.0.0" +serial_test = "3.1" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } # Needed by features which require downloading stuff # For now it's wine-fonts only -minreq = { version = "2.11.0", features = ["https-rustls", "https-rustls-probe"], optional = true } -blake3 = { version = "1.5.0", optional = true } +minreq = { version = "2.12", features = ["https-rustls", "https-rustls-probe"], optional = true } +blake3 = { version = "1.5", optional = true } [features] dxvk = [] @@ -28,5 +28,4 @@ winetricks = [] all = ["dxvk", "wine-bundles", "wine-proton", "wine-fonts", "winetricks"] -# Used for test purposes -# default = ["all"] +default = ["all"] diff --git a/LICENSE b/LICENSE index 58443e1..07a38c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Observer KRypt0n_ +Copyright (c) 2022 - 2024 Nikita Podvirnyi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5684012..cac06f9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,6 @@ Wine::default() .expect("Failed to install DXVK"); ``` -Author: [Nikita Podvirnyy](https://github.com/krypt0nn) +Author: [Nikita Podvirnyi](https://github.com/krypt0nn) Licensed under [MIT](LICENSE) diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e901504 --- /dev/null +++ b/flake.lock @@ -0,0 +1,44 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1721821769, + "narHash": "sha256-PhmkdTJs2SfqKzSyDB74rDKp1MH4mGk0pG/+WqrnGEw=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "d0907b75146a0ccc1ec0d6c3db287ec287588ef6", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-24.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1721743106, + "narHash": "sha256-adRZhFpBTnHiK3XIELA3IBaApz70HwCYfv7xNrHjebA=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "dc14ed91132ee3a26255d01d8fd0c1f5bff27b2f", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable" + } + } + }, + "root": "root", + "version": 7 +}