This commit is contained in:
Jaremy Creechley 2023-08-18 16:02:54 -07:00
parent 321c16945a
commit e0893fc58d
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
4 changed files with 6 additions and 5 deletions

View File

@ -1 +0,0 @@
switch("path", "$projectDir/src")

View File

@ -1,5 +1,8 @@
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
import ./swarmsim/schedulable
import ./swarmsim/eventdrivenengine
import ./swarmsim/engine/schedulableevent
import ./swarmsim/engine/eventdrivenengine
export schedulableevent
export eventdrivenengine

View File

@ -9,7 +9,7 @@ export options
export sets
export peer
export eventdrivenengine
export Network
export types
type
ScheduledMessage = ref object of SchedulableEvent

View File

@ -1 +0,0 @@
--path:".."