openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

[orx-rabbitcontrol] Update dependencies, remove unused ones #255

Closed Vechro closed 2 years ago

Vechro commented 2 years ago

I removed zxing-javase because it wasn't used and I removed snakeyaml because it wasn't actually shading anything. I added ktor-server-core because we were using it transitively and the ktor docs say we should be including it anyway. I verified that the demos worked afterwards.