windy1 / zeroconf-rs

zeroconf is a cross-platform library that wraps underlying ZeroConf/mDNS implementations such as Bonjour or Avahi, providing an easy and idiomatic way to both register and browse services.
MIT License
76 stars 24 forks source link

fix: support win x86 #56

Closed ArcticLampyrid closed 2 months ago

ArcticLampyrid commented 2 months ago

This needs to work together with https://github.com/windy1/bonjour-sys/pull/4.

windy1 commented 2 months ago

Superseded by https://github.com/windy1/zeroconf-rs/pull/57. Thank you for your contribution!