Files
fal-swift/Package.resolved
Daniel Rochetti 24f531005d feat: realtime binary protocol (#3)
* feat: initial high fps sample

* fix: remove prints

* feat: realtime turbo camera demo

* fix: fps count

* chore: docs and build update

* fix: remove non-exported targets

* feat: binary realtime protocol with msgpack

* fix: update macos support to v13

* chore: rename ObjectValue to Payload
2023-12-12 11:00:07 -08:00

24 lines
585 B
Plaintext

{
"pins" : [
{
"identity" : "msgpack-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/fumoboy007/msgpack-swift.git",
"state" : {
"revision" : "1e3124367973f45955f27f49a617862605e55288",
"version" : "2.0.0"
}
},
{
"identity" : "swiftformat",
"kind" : "remoteSourceControl",
"location" : "https://github.com/nicklockwood/SwiftFormat",
"state" : {
"revision" : "cac06079ce883170ab44cb021faad298daeec2a5",
"version" : "0.52.10"
}
}
],
"version" : 2
}