Skip to content

Commit

Permalink
Comment out the libasync configuration.
Browse files Browse the repository at this point in the history
Right now, this is confusing to have, we first need to implement at least the basic networking functionality.
  • Loading branch information
s-ludwig committed Aug 5, 2024
1 parent d217e5c commit f907bb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ configuration "select" {
versions "EventcoreSelectDriver"
}

configuration "libasync" {
dependency "libasync" version="~>0.8.2"
// TODO: The implementation is currently just a bunch of stubs, uncomment once
// we have a minimal set of functionality actually available.
/*configuration "libasync" {
dependency "libasync" version="~>0.8.2" optional=true default=false
versions "EventcoreLibasyncDriver"
}
}*/

configuration "generic" {
// Defines eventDriver as the generic EventDriver interface. Setup must be done manually.
Expand Down

0 comments on commit f907bb1

Please sign in to comment.