host_discovery 2.0.0

A simple Rust crate for host discovery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.wgpu]
version = "0.20.1"

[package]
authors = ["Chris Paige"]
description = "A simple Rust crate for host discovery"
documentation = "https://docs.rs/host_discovery"
edition = "2021"
license = "MIT"
name = "host_discovery"
readme = "README.md"
repository = "https://github.com/v0idmatr1x/host_discovery"
version = "2.0.0"
[target."cfg(windows)".dependencies.winreg]
version = "0.52.0"